Merged
Conversation
Botocore doesn't send the necessary Content-Type when making the request. AWS CLI uses botocore, so the requests fail with the CLI as well. Fixes #2635
13ba36b to
e12d631
Compare
Still no "temurin" JDK25 available through setup-java.
c36b7fb to
a8b19a2
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
Prepares the S3Mock project for version 4.9.0 release by updating all Maven module versions and finalizing the changelog with implemented features and dependency updates.
- Updates all Maven POM files from version 4.8.1-SNAPSHOT to 4.9.0-SNAPSHOT
- Finalizes changelog entries for 4.9.0 release with features, fixes, and version updates
- Updates CI build configuration to use Java 25 with Oracle distribution
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Updates parent project version to 4.9.0-SNAPSHOT |
| server/pom.xml | Updates server module version to 4.9.0-SNAPSHOT |
| testsupport/*/pom.xml | Updates all test support module versions to 4.9.0-SNAPSHOT |
| integration-tests/pom.xml | Updates integration tests module version to 4.9.0-SNAPSHOT |
| docker/pom.xml | Updates Docker module version to 4.9.0-SNAPSHOT |
| server/src/main/java/com/adobe/testing/s3mock/BucketController.java | Removes Content-Type expectation from PutBucketVersioning |
| integration-tests/src/test/kotlin/com/adobe/testing/s3mock/its/VersionsIT.kt | Adds test coverage for list object versions functionality |
| CHANGELOG.md | Updates changelog from planned to released status for 4.9.0 |
| README.md | Adds Star History section to table of contents |
| .github/workflows/maven-ci-and-prb.yml | Updates CI to use Java 25 with Oracle distribution |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Tasks